GoXam for WPF v3
SourceVertexes Property
Northwoods.GoXam.Layout Namespace > GenericNetwork.Vertex<V,E,Y> Class : SourceVertexes Property
Gets an enumerator over all of the vertexes that have edges coming into this vertex.
Syntax
public GenericNetwork.Enumerator<V,E,Y,V> SourceVertexes {get;}
Remarks
The enumerator iterates over the set of all vertexes that have any destination edges coming into this vertex.
See Also

Reference

GenericNetwork.Vertex<V,E,Y> Class
GenericNetwork.Vertex<V,E,Y> Members